home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000456_news@columbia.edu _Mon Feb 5 21:12:07 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id VAA04931 for <kermit.misc@watsun>; Mon, 5 Feb 1996 21:12:06 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id VAA04759 for kermit.misc@watsun; Mon, 5 Feb 1996 21:12:04 -0500 (EST)
  4. Path: news.columbia.edu!panix!imci5!suck-feed.internetmci.com!news.internetMCI.com!newsfeed.internetmci.com!inet-nntp-gw-1.us.oracle.com!news.caldera.com!park.uvsc.edu!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Is sixel vesa 16 colors?
  8. Message-ID: <1996Feb3.082727.73114@cc.usu.edu>
  9. Date: 3 Feb 96 08:27:27 MDT
  10. References: <4ergge$leo@omni2.voicenet.com> <4ev5s1$j1n@omni1.voicenet.com>
  11. Organization: Utah State University
  12. Lines: 30
  13.  
  14. In article <4ev5s1$j1n@omni1.voicenet.com>, cmosley@voicenet.com (Christopher Mosley) writes:
  15. > Christopher Mosley (cmosley@voicenet.com) wrote:
  16. > :    I have an svga card but only have a vga monitor, so I have
  17. > : only been able to use vga tek/vt340 graphics. It seems
  18. > : that if the allowable <= 256 colors are defined at the beginning
  19. > : of a sixel file they are mapped to the 16 predefined colors.
  20. > : As is the case with ega resolution. I believe this would also be
  21. > : the case for vesa? I have been able to convert gifs to sixel files
  22. > : using portable bit map utilities. If the images use simple colors
  23. > : they are fine but photographs using many and subtle colors are not
  24. > : rendered well in sixteen colors. I can dither the images but the
  25. > : results are not great. ~ 800 x 600 and only 16 colors - is this
  26. > : correct? 
  27. > :                                                Thanks 
  28. > :                                                cmosley
  29. > p.s. In msdos dos kermit: Does HLP have the same 16 color
  30. > constraint as RGB, if not would anyone know how to convert
  31. > sixel RGB to sixel HLS? What vga mode is selected when
  32. > set term graphics vga is used? I would think the one with 256 
  33. > colors - even though cga colors are used.   
  34. ------------
  35.     HLS (hue, lightness, saturation) is a logical mapping to
  36. RGBi (red, greeen, blue, intensity). Standard VGA 256 color is video 
  37. mode 13h, which has the crude resolution of 320x200. Kermit does not use
  38. that mode, though many games do, because it is unsuitable for technical
  39. graphics.
  40.     You can read more about it, as they say, in source file msgibm.asm
  41. (see kermit.columbia.edu).
  42.         Joe D.